home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / ticmove1.zip / TICMOVE.DOC < prev    next >
Text File  |  1996-04-27  |  2KB  |  61 lines

  1. TICMOVE [Source_Dir] [Destination_Dir]
  2.  
  3. [example]
  4. ticmove h:\toss h:\fd\file
  5.  
  6. Command Line 1 is the directory that the .tic's and their companion files are
  7.        to be moved from. (H:\TOSS)
  8. Command Line 2 is the directory that the .tic's will be moved to along with 
  9.        their companion files if the companion file is found.  If a 
  10.        .tic file is present but no companion file to go with it then
  11.        the .tic file is skipped and not moved. (H:\FD\FILE)
  12.  
  13. 04/27/96 
  14. I done away with the ticmove.cfg and added 2 commandline pramiters.
  15. Unarchive TICMOVE1.ZIP somewhere in your path and call it from anywhere!
  16. It will move files across hardrives, network drives, or directories.
  17.  
  18. Fixed ticmove so it would keep orginal filedate.  Sorry bout that one!
  19.  
  20. TICMOVE.EXE can go anywhere in your path= statement in the autoexec.bat.
  21. And best of all there is no config file to fool with.
  22.  
  23. I run a 4 node network using Novel Lite and ticmove will move across the 
  24. net from any drive to any drive that is maped by Novel Lite. So long
  25. as the drive is accessible then TICMOVE can read from it or write to it 
  26. it will do the file moving.  If the files to be moved are located on the 
  27. same drive as the destination drive then ticmove renames the files from 
  28. one directory to another which is very fast.  But if the orgin drive is 
  29. different than that of the destination drive then ticmove opens the files 
  30. for binary and does a read/orgin and write/destination until the file is 
  31. copied and then deletes the orgin drive file.  
  32.  
  33. I allow PCFU to move all my files from the Planet Connect Computer (node3) 
  34. to my H:\FD\TOSS drive and directory (node1) and let FD events handle the 
  35. rest of the work except for a if exist statement that checks the fd\toss 
  36. directory for mail.  Following is a example of my batch file that I use.
  37.  
  38.  
  39. :FILE_MOVE
  40. K:
  41. cd\pc1
  42. pcfu dup3
  43. h:
  44. cd\toss
  45. allticso   ; unzip the alltics.xxx if it exists and rename alltics.xxx to 
  46.            ; todays_date.zip   (I am stil working on this one so it will
  47.            ; search all those psxxxxxx.tic files and rewrite the area 
  48.            ; PC-DISTBR to the proper area the file belongs in.  I will 
  49.            ; Hatch to the PCUTILS file area when I get it working properly.)
  50. h:
  51. cd\ticmove
  52. TICMOVE [Source_Dir] [Destination_Dir]
  53. goto TIC_TOSSER
  54.  
  55. :TIC_TOSSER
  56. h:
  57. CD\WCFF
  58. WCFF
  59. GOTO START
  60.  
  61. Joe @ 1:3622/1000